set
operator fun DslList<VectorTile.Tile.Feature, TileKt.LayerKt.Dsl.FeaturesProxy>.set(index: Int, value: VectorTile.Tile.Feature)
The actual features in this tile.
Content copied to clipboard
repeated .vector_tile.Tile.Feature features = 2;
Parameters
index
The index to set the value at.
value
The features to set.
Dictionary encoding for keys
Content copied to clipboard
repeated string keys = 3;
Parameters
index
The index to set the value at.
value
The keys to set.
operator fun DslList<VectorTile.Tile.Value, TileKt.LayerKt.Dsl.ValuesProxy>.set(index: Int, value: VectorTile.Tile.Value)
Dictionary encoding for values
Content copied to clipboard
repeated .vector_tile.Tile.Value values = 4;
Parameters
index
The index to set the value at.
value
The values to set.
inline operator fun <T : Comparable<T>> set(extension: ExtensionLite<VectorTile.Tile.Layer, T>, value: T)
inline operator fun set(extension: ExtensionLite<VectorTile.Tile.Layer, ByteString>, value: ByteString)
inline operator fun <T : MessageLite> set(extension: ExtensionLite<VectorTile.Tile.Layer, T>, value: T)